Gets the list of property names that have changed.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ChangedPropertyNames 
As 
IEnumerable(
Of 
String)
C#
public 
IEnumerable<
string> 
ChangedPropertyNames { 
get; }
Visual C++
public:
property 
IEnumerable<
String^>^ 
ChangedPropertyNames {
	
IEnumerable<
String^>^ 
get ();
}
JavaScript
function get_
changedPropertyNames();

See Also